← Index
NYTProf Performance Profile   
For /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/bin/perlcritic
  Run on Sat Mar 19 22:12:22 2016
Reported on Sat Mar 19 22:14:10 2016

Filename(eval 26)[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/darwin-2level/List/MoreUtils/XS.pm:28]
StatementsExecuted 5 statements in 116µs
Eval Invoked At/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/darwin-2level/List/MoreUtils/XS.pm line 28
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118µs8µsList::MoreUtils::::BEGIN@7List::MoreUtils::BEGIN@7
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1 package List::MoreUtils;
2
3 # PERL_DL_NONLAZY must be false, or any errors in loading will just
4 # cause the perl code to be tested
51500ns local $ENV{PERL_DL_NONLAZY} = 0 if $ENV{PERL_DL_NONLAZY};
6
7223µs18µs
# spent 8µs within List::MoreUtils::BEGIN@7 which was called: # once (8µs+0s) by List::MoreUtils::XS::BEGIN@10 at line 7
use XSLoader ();
# spent 8µs making 1 call to List::MoreUtils::BEGIN@7
8188µs178µs XSLoader::load("List::MoreUtils", "0.408");
# spent 78µs making 1 call to XSLoader::load
9
1014µs 1;
11
12;